<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>M36B2 'Tank Destroyer'</long_name>
		<short_name>M36B2</short_name>
		<comment>An M36 Tank Destroyer with a 90mm cannon and an armored roof</comment>

		<uniform>american_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>6</month><year>1945</year><number>200</number></data>
		<data><month>12</month><year>1945</year><number>400</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M36B2 90mm GMC.png</image_profile>
			<weight>29600</weight>
		</attributes>

		<drive>
			<engine>
				<name>General Motors 6046</name>
				<horsepower>375</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe><offsetX>43</offsetX><offsetY>301</offsetY></exhaust_pipe>
			<exhaust_pipe><offsetX>-43</offsetX><offsetY>301</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M36B2 90mm GMC.png</image_view>

			<width>305</width>
			<length>602</length>
			<height>126</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>37@55</upper_front>
				<lower_front>37@-55</lower_front>
				<side>25</side>
				<rear>25@10</rear>
				<top>20</top>
				<bottom>13</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>305</width>
			<length>500</length>
			<height>52</height>

			<offsetX>0</offsetX>
			<offsetY>50</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>37@55</front>
				<side>19@38</side>
				<rear>19@38</rear>
				<top>20</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-M36B2 90mm GMC turret.png</image_view>

			<diameter>227</diameter>
			<height>73</height>
			<offsetX>0</offsetX>
			<offsetY>-40</offsetY>

			<rotate_time>15</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>75@45</front>
				<upper_side>25@35</upper_side>
				<lower_side>25</lower_side>
				<upper_rear>25@35</upper_rear>
				<lower_rear>25@-35</lower_rear>
				<top>6</top>
				<mantlet>76</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_90_M3</type><offsetX>-5</offsetX><offsetY>26</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_90_M3</for><flavour>FLAVOUR_APCR</flavour><rounds>2</rounds></ammo>
			<ammo><for>WEAPON_CANNON_90_M3</for><flavour>FLAVOUR_APCBC</flavour><rounds>15</rounds></ammo>
			<ammo><for>WEAPON_CANNON_90_M3</for><flavour>FLAVOUR_HE</flavour><rounds>35</rounds></ammo>
			<ammo><for>WEAPON_CANNON_90_M3</for><flavour>FLAVOUR_SMOKE</flavour><rounds>5</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
